Click or drag to resize

AutodiscoverService Class

Class AutodiscoverService.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverAutodiscoverService

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AutodiscoverService

The AutodiscoverService type exposes the following members.

Constructors
  NameDescription
Public methodAutodiscoverService
Initializes a new instance of the AutodiscoverService class.
Public methodAutodiscoverService(String)
Initializes a new instance of the AutodiscoverService class.
Public methodAutodiscoverService(String, ICredentials)
Initializes a new instance of the AutodiscoverService class.
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets a value that indicates whether the request should follow redirection responses.
Public propertyAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
Public propertyClientCertificate
Gets or sets the security client certificate.
Public propertyCookieContainer
Gets or sets the collection of cookies.
Public propertyCredentials
Gets or sets user's credentials.
Public propertyHeaders
Contains custom HTTP headers.
Public propertyKeepAlive
Gets or sets a value indicating whether to make a persistent connection.
Public propertyOAuthToken
Public propertyPreAuthenticate
Gets or sets a value indicating whether to send a authenticate header with the request.
Public propertyProxy
Gets or sets proxy server.
Public propertyRequestEncoding
Gets or sets encoding used for a request.
Public propertyRequestServerVersion
Contains the versioning information that identifies the schema version to target for a request.
Public propertySendChunked
Gets or sets a value indicating whether to send data in segments to the Internet resource.
Public propertyTimeout
Gets or sets the time-out value for a request.
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
Public propertyUrl
Gets or sets URL of Exchange Web Services.
Top
Methods
  NameDescription
Public methodAutodiscoverMobileSyncProvider
Autodiscovers the mobile synchronize provider.
Public methodAutodiscoverOutlookProvider
Autodiscovers the outlook provider.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDomainSettings(IListString, IListDomainSettingName)
Gets the domain settings.
Public methodGetDomainSettings(String, DomainSettingName)
Gets the domain settings.
Public methodGetDomainSettings(String, IListDomainSettingName)
Gets the domain settings.
Public methodGetFederationInformation
Gets the federation information.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetUserSettings(IListString, IListUserSettingName)
Gets the user settings.
Public methodGetUserSettings(String, UserSettingName)
Gets the user settings.
Public methodGetUserSettings(String, IListUserSettingName)
Gets the user settings.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also